Int32NINumericInt32NBitwiseComplement Method
Produces a bitwise complement of the current value by reversing each bit.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32N INumeric<Int32N>.BitwiseComplement()
Private Function BitwiseComplement As Int32N
Implements INumeric(Of Int32N).BitwiseComplement
private:
virtual Int32N BitwiseComplement() sealed = INumeric<Int32N>::BitwiseComplement
private abstract BitwiseComplement : unit -> Int32N
private override BitwiseComplement : unit -> Int32N
Int32NA bitwise complement of the current value.
INumericTSelfBitwiseComplement